Autogenerated HTML docs for v1.5.3-rc2-19-gc4fba
diff --git a/git-stash.html b/git-stash.html index 2e36538..fceecdd 100644 --- a/git-stash.html +++ b/git-stash.html
@@ -273,7 +273,8 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-stash</em> (save | list | show [<stash>] | apply [<stash>] | clear)</div></div> +<div class="content"><em>git-stash</em> (list | show [<stash>] | apply [<stash>] | clear) +<em>git-stash</em> [save] [message…]</div></div> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -285,7 +286,9 @@ <tt>git-stash list</tt>, inspected with <tt>git-stash show</tt>, and restored (potentially on top of a different commit) with <tt>git-stash apply</tt>. Calling git-stash without any arguments is equivalent to <tt>git-stash -save</tt>.</p> +save</tt>. A stash is by default listed as "WIP on <em>branchname</em> …", but +you can give a more descriptive message on the command line when +you create one.</p> <p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older stashes are found in the reflog of this reference and can be named using the usual reflog syntax (e.g. <tt>stash@{1}</tt> is the most recently @@ -318,8 +321,8 @@ </p> <div class="listingblock"> <div class="content"> -<pre><tt>stash@{0}: submit: 6ebd0e2... Add git-stash -stash@{1}: master: 9cc0589... Merge branch 'master' of gfi</tt></pre> +<pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation +stash@{1}: On master: 9cc0589... Add git-stash</tt></pre> </div></div> </dd> <dt> @@ -453,7 +456,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 05-Jul-2007 05:51:16 UTC +Last updated 19-Jul-2007 02:09:56 UTC </div> </div> </body>